{% extends "base.html" %} {% block title %}Case Details — LegalEase AI{% endblock %} {% block content %}
Submitted {{ case.created_at.strftime('%B %d, %Y at %I:%M %p') }}
{{ case.summary }}
{% else %}No AI summary available.
{% endif %}| Date | Time | Status | Notes | Action |
|---|---|---|---|---|
| {{ appt.appointment_date }} | {{ appt.appointment_time }} | {% if appt.status == 'confirmed' %} Confirmed {% elif appt.status == 'cancelled' %} Cancelled {% else %} Pending {% endif %} | {{ appt.notes or '—' }} |
{% if appt.status == 'pending' %}
|